x86/entry: Fix !PV build
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 Aug 2022 12:46:39 +0000 (13:46 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 23 Aug 2022 11:22:05 +0000 (12:22 +0100)
commit8d9006cf4152cb8ef360ee12c4a1477992bbf85a
treea123d60f48846ff1f2afdbaf376d5924a5be2fde
parent696ee5ca9f4e2256e76056cf72a72001a9748f4c
x86/entry: Fix !PV build

early_page_fault() needs to outside of #ifdef CONFIG_PV

Spotted by Gitlab CI.

Fixes: fe3f50726e87 ("x86/entry: move .init.text section higher up in the code for readability")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/x86_64/entry.S